From 54fbbd1af2424cf194e174fa7cb74616a6154ab3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 10 Feb 2016 21:50:52 +0100 Subject: [PATCH] prefix debian-specific patches with "debian". --- .../{do-not-track.patch => debian_do-not-track.patch} | 0 ...epath.patch => debian_introjucer-modulepath.patch} | 0 ...-introjucer.patch => debian_make-introjucer.patch} | 11 +++++++++++ debian/patches/series | 6 +++--- 4 files changed, 14 insertions(+), 3 deletions(-) rename debian/patches/{do-not-track.patch => debian_do-not-track.patch} (100%) rename debian/patches/{introjucer-modulepath.patch => debian_introjucer-modulepath.patch} (100%) rename debian/patches/{make-introjucer.patch => debian_make-introjucer.patch} (96%) diff --git a/debian/patches/do-not-track.patch b/debian/patches/debian_do-not-track.patch similarity index 100% rename from debian/patches/do-not-track.patch rename to debian/patches/debian_do-not-track.patch diff --git a/debian/patches/introjucer-modulepath.patch b/debian/patches/debian_introjucer-modulepath.patch similarity index 100% rename from debian/patches/introjucer-modulepath.patch rename to debian/patches/debian_introjucer-modulepath.patch diff --git a/debian/patches/make-introjucer.patch b/debian/patches/debian_make-introjucer.patch similarity index 96% rename from debian/patches/make-introjucer.patch rename to debian/patches/debian_make-introjucer.patch index a32122a2..69fadd06 100644 --- a/debian/patches/make-introjucer.patch +++ b/debian/patches/debian_make-introjucer.patch @@ -401,3 +401,14 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + $(CXX) $(JUCE_CXXFLAGS) -o "$@" -c "$<" -include $(OBJECTS:%.o=%.d) +--- juce.orig/extras/Introjucer/JuceLibraryCode/AppConfig.h ++++ juce/extras/Introjucer/JuceLibraryCode/AppConfig.h +@@ -44,7 +44,7 @@ + #endif + + #ifndef JUCE_LOG_ASSERTIONS +- #define JUCE_LOG_ASSERTIONS 1 ++// #define JUCE_LOG_ASSERTIONS 1 + #endif + + #ifndef JUCE_CHECK_MEMORY_LEAKS diff --git a/debian/patches/series b/debian/patches/series index 18a5f010..6c8ce45b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,6 +2,6 @@ no-ztypes.patch introjucer-makegenerator.patch reproducible-date.patch debian_apply-reproducible-date.patch -introjucer-modulepath.patch -make-introjucer.patch -do-not-track.patch +debian_introjucer-modulepath.patch +debian_make-introjucer.patch +debian_do-not-track.patch -- 2.30.2